//==============================================================================
// Silver Shield_anim.txt
//==============================================================================

//==============================================================================
define Shield
{
   SetSelector
   {
      TechLogic none
      set hotspot
      {
         version
         {
            visual Attachments G Shield Hoplon Copper
					ReplaceTexture attachments g shield copper/attachments g silver shield
         }
      }
   }
}
//==============================================================================
define blood
{
   SetSelector none 
   {
      set hotspot
      {
         version
         {
			Visualparticle sfx a blood spurt
         }
      }
   }
}

//==============================================================================
define Spear
{
   SetSelector
   {
      set hotspot
      {
         version
         {
            Visual Sarissa
         }
      }
   }
}
//==============================================================================
define Head
{
   set hotspot
   {
      version
      {
         Visual Infantry G Phrygian Head Iron
      }
   }
}

//==============================================================================
anim Idle
{
   SetSelector
   {
	   set hotspot
	   {
	      version
	      {
				Visual Infantry G Hoplite_IdleA
				ReplaceTexture Infantry G Hoplite Standard/infantry g silver shield standard
				connect RightHand Spear hotspot
				connect LeftForearm Shield hotspot
				Connect TopOfHead Head hotspot
	      }
	   }
   }
}



//==============================================================================
anim Walk
{
   SetSelector
   {
      set hotspot
      {
         version
         {
				Visual Infantry G Hoplite_WalkA
				ReplaceTexture Infantry G Hoplite Standard/infantry g silver shield standard
//-- auto generated by the bang animation tool
//-- do not hand edit these values
                  tag FootstepLeft 0.00 true   
                  tag FootstepRight 0.40 true   
//-- end auto generated section
				connect RightHand Spear hotspot
				connect LeftForearm Shield hotspot
				Connect TopOfHead Head hotspot
         }
      }
   }
}

//==============================================================================
anim Attack
{
   SetSelector
   {
     set hotspot
	   {
	      version
	      {
				Visual Infantry G Hoplite_AttackA
				ReplaceTexture Infantry G Hoplite Standard/infantry g silver shield standard
//-- auto generated by the bang animation tool
//-- do not hand edit these values
                  tag Attack 0.30 true   
                  tag GenericSound 0.40 true   
//-- end auto generated section
				Connect TopOfHead Head hotspot
				connect RightHand Spear hotspot
				connect LeftForearm Shield hotspot
         }
      }
   }
}

//==============================================================================
anim Death
{
   SetSelector
   {
      TechLogic none
      set hotspot
      {
         version
         {
				Visual Infantry G Hoplite_DeathA
				ReplaceTexture Infantry G Hoplite Standard/infantry g silver shield standard
				connect RightHand Spear hotspot
                                                        connect TopOfHead blood hotspot
				connect LeftForearm Shield hotspot
				Connect TopOfHead Head hotspot
         }
      }
   }
}


//==============================================================================
anim Bored
{
   SetSelector
   {
      TechLogic none
	   set hotspot
	   {
	      version
	      {
				Visual Infantry G Hoplite_boredA
				ReplaceTexture Infantry G Hoplite Standard/infantry g silver shield standard
				connect RightHand Spear hotspot
				connect LeftForearm Shield hotspot
				Connect TopOfHead Head hotspot
  }
	   }
   }
}

//==============================================================================
anim Flail
{
   SetSelector
   {
      set hotspot
      {
         version
         {
				Visual Infantry G Hoplite_FlailA
				ReplaceTexture Infantry G Hoplite Standard/infantry g silver shield standard
				connect RightHand Spear hotspot
				connect LeftForearm Shield hotspot
				Connect TopOfHead Head hotspot
         }
      }
   }
}